0
Fixed

Bug report: Data Correctness: Find and Replace using RegEx: Removes chars that should not be removed.

Jimmy Luo 1 year ago in iPhone updated by Alexander Blach (Developer) 6 months ago 3

Properties

  • Item type: Bug
  • Priority (reporter): 1
  • Severity (reporter): 4
  • Bug Type: Data Correctness
  • Product: Textastic on iOS
  • Feature: Find and Replace using RegEx
  • Issue: Removes chars that should not be removed.

Repro Steps

  • Document: string Su 3.5\nMon 6.3\nTues 3.9
  • Find: RegEx [ A-z]
  • Replace: empty string

Expected: string 3.5\n6.3\n3.9

Actual: string 3.5\n6.3\n.9

GOOD, I'M SATISFIED

Thank you so much! Great release!

Satisfaction mark by Jimmy Luo 6 months ago
+1
Planned

Hello,

thanks for your bug report. I can reproduce the issue. I'll try to find out what's going on.

Workaround: Search for [ A-z]+ instead of [ A-z].

thank you for the fast triage and the workaround!

+1
Fixed

This should be fixed in Textastic 10 which was just released.