Skip to content

Commit b566ffe

Browse files
committed
WIP: use pattern for entire case-insensitive
1 parent f803c2f commit b566ffe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/styles/Vocab/ANSYS/accept.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Aa][Nn][Ss][Yy][Ss]
2-
[Aa][Pp][Ii]
3-
[Aa][Pp][Ii]s
2+
(?i)Api
3+
(?i)Apis
44
autogenerated
55
BCs
66
[Bb]lacken-[Dd]ocs
@@ -24,7 +24,7 @@ deserialize
2424
deserializes
2525
Deserializing
2626
Dev
27-
[Dd][Nn][Ss]
27+
(?i)Dns
2828
Docformatter
2929
[Dd]ocstring
3030
[Dd]ocstrings
@@ -36,7 +36,7 @@ Fortran
3636
GitHub Actions
3737
[Hh]otfixes
3838
Hpertext
39-
[Hh][Tt][Mm][Ll]
39+
(?i)Html
4040
initialisms
4141
initializer
4242
internetworking
@@ -61,10 +61,10 @@ PEP 518
6161
pluggable
6262
[Pp]ostprocessing
6363
Protobuf
64-
[Pp][Yy][Aa][Ee][Dd][Tt]
65-
[Pp][Yy][Aa][Nn][Ss][Yy][Ss]
64+
(?i)Pyaedt
65+
(?i)Pyansys
6666
Pydocstyle
67-
[Pp][Yy][Mm][Aa][Pp][Dd][Ll]
67+
(?i)Pymapdl
6868
PyMeilisearch
6969
PyPI
7070
pytest

0 commit comments

Comments
 (0)