Save & Share

  • Current Version: 1
  • Update Regex
    ctrl+⇧+s
  • Save new Regex
    ctrl+s
  • Add to Community Library

Flavor

  • PCRE2 (PHP)
  • ECMAScript (JavaScript)
  • Python
  • Golang
  • Java
  • .NET 7.0 (C#)
  • Rust
  • PCRE (Legacy)
  • Regex Flavor Guide

Function

  • Match
  • Substitution
  • List
  • Unit Tests
Sponsors
There are currently no sponsors. Become a sponsor today!
An explanation of your regex will be automatically generated as you type.
Detailed match information will be displayed here automatically.
  • All Tokens
  • Common Tokens
  • General Tokens
  • Anchors
  • Meta Sequences
  • Quantifiers
  • Group Constructs
  • Character Classes
  • Flags/Modifiers
  • Substitution
  • A single character of: a, b or c
    [abc]
  • A character except: a, b or c
    [^abc]
  • A character in the range: a-z
    [a-z]
  • A character not in the range: a-z
    [^a-z]
  • A character in the range: a-z or A-Z
    [a-zA-Z]
  • Any single character
    .
  • Alternate - match either a or b
    a|b
  • Any whitespace character
    \s
  • Any non-whitespace character
    \S
  • Any digit
    \d
  • Any non-digit
    \D
  • Any word character
    \w
  • Any non-word character
    \W
  • Non-capturing group
    (?:...)
  • Capturing group
    (...)
  • Zero or one of a
    a?
  • Zero or more of a
    a*
  • One or more of a
    a+
  • Exactly 3 of a
    a{3}
  • 3 or more of a
    a{3,}
  • Between 3 and 6 of a
    a{3,6}
  • Start of string
    ^
  • End of string
    $
  • A word boundary
    \b
  • Non-word boundary
    \B

Regular Expression
Processing...

Test String

Code Generator

Generated Code

#include <StringConstants.au3> ; to declare the Constants of StringRegExp #include <Array.au3> ; UDF needed for _ArrayDisplay and _ArrayConcatenate Local $sRegex = "(?m)(^\"|\{)" Local $sString = ""@odata.context": "https://example-app-env.aa01.aaa.aaaa-ad/odata/$metadata#Jobs"," & @CRLF & _ " "@odata.count": 111," & @CRLF & _ " "value": [" & @CRLF & _ " {" & @CRLF & _ " "Key": "aaa1a111-aa11-11aa-a11a-11a1aa11a111"," & @CRLF & _ " "StartTime": "2023-01-20T14:08:34.607Z"," & @CRLF & _ " "EndTime": "2023-01-20T14:08:49.517Z"," & @CRLF & _ " "State": "Successful"," & @CRLF & _ " "JobPriority": "Normal"," & @CRLF & _ " "Source": "Agent"," & @CRLF & _ " "SourceType": "Agent"," & @CRLF & _ " "BatchExecutionKey": "aaa1a111-aa11-11aa-a11a-11a1aa11a111"," & @CRLF & _ " "Info": "Job completed"," & @CRLF & _ " "CreationTime": "2023-01-20T14:08:34.607Z"," & @CRLF & _ " "StartingScheduleId": null," & @CRLF & _ " "ReleaseName": "RobotProdLogin_DEV"," & @CRLF & _ " "Type": "Attended"," & @CRLF & _ " "InputArguments": ""," & @CRLF & _ " "OutputArguments": "{}"," & @CRLF & _ " "HostMachineName": "AAAAAAAA11111"," & @CRLF & _ " "HasMediaRecorded": false," & @CRLF & _ " "PersistenceId": null," & @CRLF & _ " "ResumeVersion": null," & @CRLF & _ " "StopStrategy": null," & @CRLF & _ " "RuntimeType": "Development"," & @CRLF & _ " "RequiresUserInteraction": true," & @CRLF & _ " "ReleaseVersionId": 1111," & @CRLF & _ " "EntryPointPath": null," & @CRLF & _ " "OrganizationUnitId": 1," & @CRLF & _ " "OrganizationUnitFullyQualifiedName": "Default"," & @CRLF & _ " "Reference": ""," & @CRLF & _ " "ProcessType": "Process"," & @CRLF & _ " "ProfilingOptions": null," & @CRLF & _ " "ResumeOnSameContext": false," & @CRLF & _ " "LocalSystemAccount": "AAAAAA01\\AAA11AA"," & @CRLF & _ " "OrchestratorUserIdentity": null," & @CRLF & _ " "Id": 00000" & @CRLF & _ " }," & @CRLF & _ " {" & @CRLF & _ " "Key": "aaa1a111-aa11-11aa-a11a-11a1aa11a111"," & @CRLF & _ " "StartTime": "2023-01-20T14:08:34.607Z"," & @CRLF & _ " "EndTime": "2023-01-20T14:08:49.517Z"," & @CRLF & _ " "State": "Successful"," & @CRLF & _ " "JobPriority": "Normal"," & @CRLF & _ " "Source": "Agent"," & @CRLF & _ " "SourceType": "Agent"," & @CRLF & _ " "BatchExecutionKey": "aaa1a111-aa11-11aa-a11a-11a1aa11a111"," & @CRLF & _ " "Info": "Job completed"," & @CRLF & _ " "CreationTime": "2023-01-20T14:08:34.607Z"," & @CRLF & _ " "StartingScheduleId": null," & @CRLF & _ " "ReleaseName": "RobotProdLogin_DEV"," & @CRLF & _ " "Type": "Attended"," & @CRLF & _ " "InputArguments": ""," & @CRLF & _ " "OutputArguments": "{}"," & @CRLF & _ " "HostMachineName": "AAAAAAAA11111"," & @CRLF & _ " "HasMediaRecorded": false," & @CRLF & _ " "PersistenceId": null," & @CRLF & _ " "ResumeVersion": null," & @CRLF & _ " "StopStrategy": null," & @CRLF & _ " "RuntimeType": "Development"," & @CRLF & _ " "RequiresUserInteraction": true," & @CRLF & _ " "ReleaseVersionId": 1111," & @CRLF & _ " "EntryPointPath": null," & @CRLF & _ " "OrganizationUnitId": 1," & @CRLF & _ " "OrganizationUnitFullyQualifiedName": "Default"," & @CRLF & _ " "Reference": ""," & @CRLF & _ " "ProcessType": "Process"," & @CRLF & _ " "ProfilingOptions": null," & @CRLF & _ " "ResumeOnSameContext": false," & @CRLF & _ " "LocalSystemAccount": "AAAAAA01\\AAA11AA"," & @CRLF & _ " "OrchestratorUserIdentity": null," & @CRLF & _ " "Id": 00000" & @CRLF & _ " }," Local $aArray = StringRegExp($sString, $sRegex, $STR_REGEXPARRAYGLOBALFULLMATCH) Local $aFullArray[0] For $i = 0 To UBound($aArray) -1 _ArrayConcatenate($aFullArray, $aArray[$i]) Next $aArray = $aFullArray ; Present the entire match result _ArrayDisplay($aArray, "Result")

Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for AutoIt, please visit: https://www.autoitscript.com/autoit3/docs/functions/StringRegExp.htm