Skip to content

A utility library that contains a set of most commonly used rules.

License

Notifications You must be signed in to change notification settings

zamstation/zam_rules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rules Library

A utility library that contains a set of most commonly used rules.

What's inside the package

Check out all the components in detail here

How to use

final text = 'Sony Xperia';
final pattern = 'Sony';
final rule = TextStartsWithRule(text, pattern, value: text);
final ruleResponse = rule.execute();
print(ruleResponse.isSuccess); // true

To learn more, move on to the example section or check out these dedicated examples in github.

Status

Build

Contributors

License

BSD 3-Clause License

About

A utility library that contains a set of most commonly used rules.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages