nsregularexpression

regular expression not finding all the patterns in a string

regular expression not finding all the patterns in a string Question: I am using Python regex to find a pattern with pipes "|" enclosing any number of asterics. for example, my program should return | ** | or | * | or | *** | etc. I created this regular expression below. But it seems …

Total answers: 1