Using preg_replace, nl2br, and a couple of internal WordPress functions, you can parse a markdown-formatted README file into plain HTML for didplay.
Read »
Parse a WordPress Plugin’s README.txt With Regular Expressions
Category: Wordpress Tags:
Advertisement
Sponsors
Similar stories
- How To Parse XML Using jQuery and Ajax on VagrantRadio 20 weeks 5 days ago
- PHP Regular Expressions Syntax, Functions & Cheat Sheets 29 weeks 6 days ago
- jParse – Easily Parse XML with jQuery 18 weeks 4 days ago
- 15 PHP regular expressions for web developers 33 weeks 5 days ago
Advertisement
- How To Parse XML Using jQuery and Ajax on VagrantRadio 20 weeks 5 days ago
In this tutorial I will show you how to parse or process an xml document to display the data on a page in html form. It can be used to filter raw RSS feeds, set up a cool sitemap on your blog or even the groundwork for your own search auto complete.
- PHP Regular Expressions Syntax, Functions & Cheat Sheets 29 weeks 6 days ago
The main purpose of regular expressions, also called regex or regexp, is to efficiently search for patterns in a given text. These search patterns are written using a special format which a regular expression parser understands.
- jParse – Easily Parse XML with jQuery 18 weeks 4 days ago
jParse is a jQuery plugin that allows us to quickly and easily parse XML. The plugin easily parse XML that has been fetched with an Ajax request.
- 15 PHP regular expressions for web developers 33 weeks 5 days ago
Regular expressions are a very useful tool for developers. They allow to find, identify or replace text, words or any kind of characters. This article compiles 15+ extremely useful regular expressions that any web developer should have in his toolkit.














