Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2020-07-06 17:03
Flavor·Python

r"
(?<=^.{3})\w
"
gm
Open regex in editor

Description

Originally did this for adding random typos to string values for a lab assignment.

Submitted by anonymous