mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 03:58:32 +02:00
removed old regex. but new one needs improvements as well
This commit is contained in:
parent
1e6364400d
commit
0e340296cc
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ class Entry:
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def title_regex(self):
|
def title_regex(self):
|
||||||
pattern = r'^(([^|]|[^\s])[^\n]*)'
|
|
||||||
pattern = r'^20.*'
|
pattern = r'^20.*'
|
||||||
return re.compile( pattern, re.UNICODE|re.MULTILINE )
|
return re.compile( pattern, re.UNICODE|re.MULTILINE )
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue