Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: TitleCase rule with non-space chars
Post: RE: TitleCase rule with non-space chars
By target character, I guess you mean Space, since that should be the target for `E` (Title) to work. I see what you mean. Sucks.
Do you think we should open a issue/feature request for the `e?C` ru... |
|
cipri_tom |
hashcat
|
5 |
17,158 |
04-19-2017, 12:38 PM |
|
|
Thread: TitleCase rule with non-space chars
Post: RE: TitleCase rule with non-space chars
royce Wrote: (04-18-2017, 08:07 PM)
--
You can chain a couple of rules together:
s- E s -
That's
- replace all dashes with spaces
- title case
- replace all spaces with dashes again
--
Th... |
|
cipri_tom |
hashcat
|
5 |
17,158 |
04-18-2017, 10:25 PM |
|
|
Thread: TitleCase rule with non-space chars
Post: TitleCase rule with non-space chars
Hi,
I need a rule which functions like
Code:
--
E
--
but not only on whitespace. For example, it transforms anything after a character in an upper case:
Code:
--
my-strong-passwd -> My-Strong-Pa... |
|
cipri_tom |
hashcat
|
5 |
17,158 |
04-18-2017, 07:54 PM |