Skip to content

Built Quote by Yukihiro Matsumoto

“In our daily lives as programmers, we process text strings a lot. So I tried to work hard on text processing, namely the string class and regular expressions. Regular expressions are built into the language and are very tuned up for use.” quote by Yukihiro Matsumoto
Download Open image
“In our daily lives as programmers, we process text strings a lot. So I tried to work hard on text processing, namely the string class and regular expressions. Regular expressions are built into the language and are very tuned up for use.”

Yukihiro Matsumoto

About This Quote

Source Book: Ruby Programming Language Guide, 2005

Programmers frequently handle text; mastering regular expressions and string methods boosts efficiency.

In simple terms: Programmers often process text; regex helps.

Key Takeaway

Learn and apply regex for text tasks.

Themes

programming efficiency text processing

Mood

technical analytical

Type

educational practical

When to use this quote

  • code reviews
  • automation scripts
  • data parsing
  • performance tuning

Key Concepts

regular expressions string manipulation software design

Questions to Reflect On

  • When should you avoid regex?
  • How to keep regex maintainable?
A Different Perspective

Regex can become unreadable if overused.

4.1 out of 5 (3 ratings)

More by Yukihiro Matsumoto

Explore all 21 Yukihiro Matsumoto quotes

More Built quotes

Browse all 3,164 Built quotes