Regular Expressions 101

Community Patterns

1

html <Title>

Java 8
htnle
Submitted by erichologist - 4 months ago

Find last word and space of string

0

Regular Expression
ECMAScript (JavaScript)

/
(\w*$)|(\w*\s*$)
/

Description

Loading markdown...
Submitted by anonymous - 5 months ago
(Last modified 5 months ago)