![]() |
What is "matches regex" for?
What is "matches regex" for?
|
Quote:
|
Regular Expression (RegEx) is a string describing a specific text pattern. So instead of having multiple “contains” conditions, you can match different data with just one Regular Expression
|
“Regex match” means that you will only include data that matches the regex pattern, and “Regex does not match” means that you will include all data except what matches the regex pattern.
|
All times are GMT -7. The time now is 08:00 AM. |
Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.