VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Auto RegEx Tool

by Bora Savas (1 Submission)
Category: String Manipulation
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

You can make a list of Regular Expressions and apply them one by one automatically with specified actions easily with this tools.
Actually, I developed this tool for formating Annotated Corpus text files.

Some features;
• New Feature :
- "Conditional Regular Expressions"
Now, you can add "Bigger" > or "Smaller" < conditional operator
to your regular expressions for numbers.
Ex; \d{2>10} matches 2 digit numbers bigger than 10.
• RegEx Options:
You can make a list of Regular Expressions and apply them one by one
automatically with specified actions easily.
- Add, Edit, Remove RegEx.
- Add actions to your Regular Expressions like 'Replacing', 'Highlighting',
'Writing the matches to a file', 'Removing'.
- Save the list of your Regular Expressions for later use.
- Library of frequently used Regular Expressions ready to use.
Such as extracting URLs, Emails etc...

• Apply RegEx:
Starts evaluating the list of Regular Expressions you've added one by one.

• Quick RegEx:
You can evaluate your Regular Expressions quickly with this function.

Inputs
Plain Text
Assumes
Requirements: - Microsoft VBScript Regular Expressions 5.5 (vbscript.dll) installed.
Code Returns
Plain Text/File with actions listed done.
Side Effects
-
API Declarations
-

Rate Auto RegEx Tool

Download Auto RegEx Tool

Download Auto RegEx Tool (83 KB)

Auto RegEx Tool Comments

No comments have been posted about Auto RegEx Tool. Why not be the first to post a comment about Auto RegEx Tool.

Post your comment

Subject:
Message:
0/1000 characters