Skip to content

seach cut the result with {:^} #112

@diegomcas

Description

@diegomcas

from parse impor *
str = ' 12 , 34 '

Incorrect with search

print(search('{:^},{:^}', a))
<Result ('12', '3') {}>

Correct with parse

print(parse('{:^},{:^}', a))
<Result ('12', '34') {}>

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions