RegExp - JavaScript | MDN
developer.mozilla.org › en-US › docsA new RegExp from the arguments is created instead. When using the constructor function, the normal string escape rules (preceding special characters with \ when included in a string) are necessary. For example, the following are equivalent: let re = /\w+/ let re = new RegExp('\\w+') Copy to Clipboard.
RegExr: Learn, Build, & Test RegEx
https://regexr.comRegExr is an online tool to learn, build, & test Regular Expressions (RegEx / RegExp). Supports JavaScript & PHP/PCRE RegEx. Results update in real-time as you type. Roll over a match or expression for details. Validate patterns with suites of Tests. Save & …
RegexpQuery (Lucene 7.4.0 API) - Apache Lucene
lucene.apache.org › core › 7_4_0RegexpQuery ( Term term, int flags, int maxDeterminizedStates) Constructs a query for terms matching term. Method Summary Methods inherited from class org.apache.lucene.search. AutomatonQuery equals, getAutomaton, getTermsEnum, hashCode, isAutomatonBinary Methods inherited from class org.apache.lucene.search. MultiTermQuery