jarun / buku

:bookmark: Personal mini-web in text
GNU General Public License v3.0
6.47k stars 295 forks source link

[jarun#734] fixed parsing of webpage keywords #737

Closed LeXofLeviafan closed 5 months ago

LeXofLeviafan commented 5 months ago

fixes #734:

jarun commented 5 months ago

Thank you!

sjehuda commented 5 months ago

@LeXofLeviafan Why did you choose RegEx over strip, lstrip, rstrip?

LeXofLeviafan commented 5 months ago

@sjehuda Extra whitespaces weren't limited to just the beginning and the end of the string.