\s{4}any whitespace character, repeated exactly 4 times
\/the literal / (4710 / 578 / 2F16)
\*the literal * (4210 / 528 / 2A16)
\*the literal * (4210 / 528 / 2A16)
\na line-feed (newline) character (ASCII 10)
\s+any whitespace character, repeated at least once
\*the literal * (4210 / 528 / 2A16)
\sany whitespace character
@seethe literal text @see (case sensitive) \sany whitespace character
Character Class[a-zA-Z\.#\(,\*\s\)]+ +matches at least one character from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
A-Zone character from A (6510) to Z (9010) (case sensitive)
\.the literal . (4610 / 568 / 2E16)
#the literal # (3510 / 438 / 2316)
\(the literal ( (4010 / 508 / 2816)
,the literal , (4410 / 548 / 2C16)
\*the literal * (4210 / 528 / 2A16)
\sany whitespace character
\)the literal ) (4110 / 518 / 2916)
\*the literal * (4210 / 528 / 2A16)
\/the literal / (4710 / 578 / 2F16)
g modifier: global. Finds all matches instead of stopping after the first