We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ef1a6 commit c835725Copy full SHA for c835725
RobotCDocs/CommentFilter.py
@@ -8,7 +8,7 @@
8
9
class CommentFilter:
10
def __init__(self):
11
- self.filter = "qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM*&"
+ self.filter = "qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM*&_1234567890"
12
pass
13
14
def removeType(self, line, index = 2) -> str:
0 commit comments