regexmatch.dev
Explore

Save & Share

Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit

Find Word on A Text

Published on Tue Mar 01 2022

This expression find a word in a text without limitation of "\b" statement

Additional matching regexes for
Find Word on A Text

Find Word on A Text

This expression find a word in a text without limitation of "\b" statement

MY RFC 5322 implementation

My RFC 5322 implementation for email validation with few limitation on top level domain name

Select all chars before last backslash

For selecting paths without filename

Slug

Matches alphanumeric slugs without repeating dashes

Match directory path

match with or without prevailing/trailing slashes

Hibernate SQL Reductor

If you want to understand an SQL statement for Hibernate: this replaces the selected fields in an SQL statement generated by Hibernate by a shorthand, since you usually just care about the logic. E.g. it changes select foo0_.bla as bla1_3, foo0_.bar as bar1_3, foo0_.baz1_3 as baz1_3 from ... to select foo0_.**1_3 from ...

Trim

Trims a string without selecting any unnecessary text.

Match 'words' with internal punctuation retained

Matches words without external punctuation but with internal punctuation.

QBAR Atom Regex

Regular expression to match `atoms`. See [qbar.io/docs.html#expression-language-atom](https://qbar.io/docs.html#expression-language-atom) for more information.

Maritime Container Number Pattern

Pattern for container numbers. Without the digit verification of course.