Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Kauê Murakami
2020-07-15 15:53:54 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f520fc76d802389410d1855f862d1492275991cd
f520fc76
1 parent
c9c6670a
adicionando isCnpj a get_utils_extensios
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/regex/get_utils_extensions.dart
lib/src/regex/get_utils_extensions.dart
View file @
f520fc7
...
...
@@ -32,7 +32,7 @@ extension GetStringUtils on String {
bool
get
isPassport
=>
GetUtils
.
isPassport
(
this
);
bool
get
isCurrency
=>
GetUtils
.
isCurrency
(
this
);
bool
isCpf
(
String
s
)
=>
GetUtils
.
isCpf
(
this
);
bool
isCnpj
(
String
s
)
=>
GetUtils
.
isC
pf
(
this
);
bool
isCnpj
(
String
s
)
=>
GetUtils
.
isC
npj
(
this
);
bool
isCaseInsensitiveContains
(
String
b
)
=>
GetUtils
.
isCaseInsensitiveContains
(
this
,
b
);
bool
isCaseInsensitiveContainsAny
(
String
b
)
=>
...
...
Please
register
or
login
to post a comment