![]() |
| Description: | This is a way by which you can replace one or more characters in a string by special characters. For instance, "a.*b" means a string starting with "a", ending with "b" and having any number of characters in between ( even none ). This is a mine of vulnerabilities because these strings are not always analyzed properly. |