I would place the following regexp: ^(?!s)[^0-9!#|$^`\~_%&"'(){}*+,./:;<=>?@][]*(?<!s)$
in the ASCII doc table.
Example Ascii doc:
[%autowidth]
|===
|Path|Type|Validation|Rule|Description
| type
| String
| Required
| <here I would like to place it>
|Placeholder
|===
I tried many ways to handle that but with no results. I used for e.g.”
- ‘`’ characters at the begin and end of regexp
- literal clause
- pass::[] clause
But all of this methods use special characters that are also in my regex. Do you have an idea how can I display any string using Ascii doc functionalities?