Jump to content

Recommended Posts

Posted

I want to in Regular Expression ignore case(Case insensitive). Can i set ??

In Vbscript , it can be set to case insensitive , however ,in Autoit3 , i don't discover whether it can be set to case insensitive

Posted (edited)
Posted

Use (?i) in the test pattern.

Can you please post your code with input and output?

Cheers,

Brett

Nice , Thank you ,Brett

It's working

I work on "Code Architects Regex Tester"-a regular expression tool

Source:

OOaaAA

009s o00

Pattern:

(?i).o*^*\s{0,5}.*$

Match:

OOaaAA

009s o00

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...