Skip to content

Commit a99e4f9

Browse files
Add weasel word "often" to regex discussion
Signed-off-by: David A. Wheeler <[email protected]>
1 parent 9c8ae81 commit a99e4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secure_software_development_fundamentals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,7 @@ In some implementations (depending on the option), “**^**” may mean *“begi
16931693

16941694
#### Know Your Regex Implementation
16951695

1696-
Regex notations are *not* the same between different languages and libraries. Almost every programming language has at least one good regex implementation and they all share many features. However, they are slightly different.
1696+
Regex notations are *not* the same between different languages and libraries. Almost every programming language has at least one good regex implementation and they all share many features. However, they are often slightly different.
16971697

16981698
So, when you use a regex implementation you have not used before, look at its documentation every time you use an operation that you have not used before. Also, be careful when reusing a pattern. Here are some variations to look for.
16991699

0 commit comments

Comments
 (0)