We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e052d commit ea9d7fdCopy full SHA for ea9d7fd
snippets/regex/regex-brazilian-cnpj.sublime-snippet
@@ -2,6 +2,6 @@
2
<content><![CDATA[
3
(^(\d{2}.\d{3}.\d{3}/\d{4}-\d{2})|(\d{14})\$)
4
]]></content>
5
- <tabTrigger>r.bcpfcnpj</tabTrigger>
+ <tabTrigger>r.bcnpj</tabTrigger>
6
<description>r - Brazilian CNPJ</description>
7
</snippet>
0 commit comments