Gema icon
Gema icon

Gema

 2 likes

Gema is a general purpose text processing utility based on the concept of pattern matching. In general, it reads an input file and copies it to an output file, while performing certain transformations to the data as specified by a set of patterns defined by the user.

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  No rating
2likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Text processing
  2.  Pattern matching

 Tags

  • preprocessor
  • ascii
  • unstructured-data
  • text-transformation
  • Macros
  • data-extraction

Gema News & Activities

Highlights All activities

Recent activities

No activities found.

Gema information

  • Developed by

    David N. Gray
  • Licensing

    Open Source and Free product.
  • Alternatives

    13 alternatives listed
  • Supported Languages

    • English

Popular alternatives

View all

Our users have written 0 comments and reviews about Gema, and it has gotten 2 likes

Gema was added to AlternativeTo by piotrex on Mar 9, 2013 and this page was last updated Aug 30, 2017.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Gema?

Gema is a general purpose text processing utility based on the concept of pattern matching. In general, it reads an input file and copies it to an output file, while performing certain transformations to the data as specified by a set of patterns defined by the user.

It can be used to do the sorts of things that are done by Unix utilities such as cpp, grep, sed, awk, or strings. It can be used as a macro processor, but it is much more general than cpp or m4 because it does not impose any particular syntax for what a macro call looks like.