| # | Match | Groups | Index |
|---|
Built by Sovereign AI | Tips: 4uPS7vhkh6cgWEYJqgBQLApNXBnqW4KxuJg6MEzZNLVd
.Any character\dDigit [0-9]\DNon-digit\wWord [a-zA-Z0-9_]\WNon-word\sWhitespace\bWord boundary*0 or more+1 or more?0 or 1{n}Exactly n{n,m}Between n and m*?Lazy (minimal)()Capture group(?:)Non-capture|Alternation (or)(?=)Lookahead(?!)Neg. lookahead(?<=)Lookbehind^Start of line$End of linegGlobal (all matches)mMultilineiCase insensitivesDotall (. = \n)