nguyenvanuyn96/Find Strings
Find a string in your project files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| include | A regular expression of files to include in our find string action | no | .* |
| exclude | A regular expression of files to exclude in our find string action | no | .git |
| find | The string we want to find | yes | — |
Outputs
| name | description |
|---|---|
| fileFoundCount | The number of files which have been found |
| resultArray | The list of string which have been found |