Regex tester
Pattern
Input
"min: 42.4ms"

"typ: 42,8ms"

"max: 43,2 ms"

"max 43,2 s"

"blublub_typ = n.a."

"bla_max = 2500,0 µs"

"jubdi,"dupp_min = 100,0 µs"
Options
Replacement
Click the context tab to see replacements.
7 matches found in about 3 milliseconds.
IndexPositionMatched String${type}${value}${unit}
00"min: 42.4ms"min42.4ms
117"typ: 42,8ms"typ42,8ms
234"max: 43,2 ms"max43,2ms
352"max 43,2 s"max43,2s
468"blublub_typ = n.a."typempty stringn.a.
592"bla_max = 2500,0 µs"max2500,0µs
6117"jubdi,"dupp_min = 100,0 µs"min100,0µs
"min: 42.4ms"
​
​"typ: 42,8ms"
​
​"max: 43,2 ms"
​
​"max 43,2 s"
​
​"blublub_typ = n.a."
​
​"bla_max = 2500,0 µs"
​
​"jubdi,"dupp_min = 100,0 µs"
  1. empty string
  2. min
  3. 42.4
  4. ms
  5. whitespace
  6. typ
  7. 42,8
  8. ms
  9. whitespace
  10. max
  11. 43,2
  12. ms
  13. whitespace
  14. max
  15. 43,2
  16. s
  17. whitespace
  18. typ
  19. empty string
  20. n.a.
  21. whitespace
  22. max
  23. 2500,0
  24. µs
  25. whitespace
  26. min
  27. 100,0
  28. µs
  29. empty string